home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-freiburg.de!inn
- From: Patrick Pant <pant@informatik.uni-freiburg.de>
- Newsgroups: comp.lang.c++
- Subject: Dynamic Vector?
- Date: Sat, 23 Mar 1996 15:53:14 +0100
- Organization: Rechenzentrum der Universitaet Freiburg, Germany
- Message-ID: <3154105A.764A@informatik.uni-freiburg.de>
- NNTP-Posting-Host: pluto.informatik.uni-freiburg.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (X11; I; SunOS 5.4 sun4m)
-
- Hi,
-
- I'm trying to write a programm with Vectors containing different
- Classobjects. The Vectors should be shrinkable and growable. Each Vector
- is supposed to be an Element of a Class, that's why a linked list
- is not an appropriate datastructure. Is there anyone who has an idea,
- how to solve this problem?
-
- Thanks
-
- Patrick Pant
-